home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Tcl-Tk 8.0 / Pre-installed version / tcl8.0 / mac / bugs.doc < prev    next >
Encoding:
Text File  |  1997-08-15  |  1.0 KB  |  33 lines  |  [TEXT/ALFA]

  1. Known bug list for Tcl 8.0 for Macintosh
  2.  
  3. by Ray Johnson
  4. Sun Microsystems Laboratories
  5. rjohnson@eng.sun.com
  6.  
  7. SCCS: @(#) bugs.doc 1.6 97/08/13 18:09:12
  8.  
  9. This was a new feature as of Tcl7.6b1 and as such I'll started with
  10. a clean slate.  I currently know of no reproducable bugs.  I often
  11. get vague reports - but nothing I've been able to confirm.  Let
  12. me know what bugs you find!
  13.  
  14. The Macintosh version of Tcl passes most all tests in the Tcl
  15. test suite.  Slower Macs may fail some tests in event.test whose
  16. timing constraints are too tight.  If other tests fail please report
  17. them.
  18.  
  19. Ray
  20.  
  21. Known bugs in the current release.
  22.  
  23. * With the socket code you can't use the "localhost" host name.  This
  24.   is actually a known bug in Apple's MacTcp stack.  However, you can
  25.   use [info hostname] whereever you would have used "localhost" to 
  26.   achive the same effect.
  27.  
  28. * Most socket bugs have been fixed.  We do have a couple of test cases
  29.   that will hang the Mac, however, and we are still working on them.
  30.   If you find additional test cases that show crashes please let us
  31.   know!
  32.  
  33.